<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
}

body {
  color: #333;
  font-size: 16px;
}
html {
    font-size: calc(100vw/19.2);
}
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input,
textarea {
  border: none;
  outline: none;
}

.container {
  /* width: 1400px; */
  margin: 0 auto;
  position: relative;
}

.container-fluid {
  width: 100%;
}

.l {
  float: left;
}

.r {
  float: right;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Medium.TTF);
}

#about .banner img, #product .banner img, #productDetail .banner img, #science .banner img, #news .banner img, #newsDetail .banner img, #env .banner img, #recuit .banner img, #contact .banner img, #index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center img, #index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center .banner-text, #index .banner .pagination-1 span.swiper-active-switch::after, #index .news .container .pagination-2 span.swiper-active-switch::after, #about .env .container ul li &gt; img, #about .culture .container ul li .culture-img img, #about .social .container .social-list .list-item .social-content .social-content-img img, #about .env-mask img, #about .social-mask img, #product .our-product .our-product-list .item img, #product .other-product .other-product-list .item .item-img img, #science .inv .container .inv-content .inv-img img, #science .quality .container .quality-content .quality-img img, #news .content .container ul li a .news-img img, #env .env-top .env-item .env-img img, #env .env-other .other-env-list .item .item-img img, #env .safe-items .container .item .safe-item-img img, #recuit .add .container .item .safe-item-img img, #contact .address .container ul li .address-img img, #contact .map #dituContent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.title {
  font-size: 40px;
  font-weight: lighter;
  line-height: 1.5em;
  margin: 100px 0 60px;
}

.btn-s {
  display: block;
  width: 120px;
  height: 42px;
  color: #fff;
  background-color: #fa983a;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  transition: .1s;
}

.btn-s:hover {
  background-color: #ff9d42;
}

.btn-s:active {
  background-color: #f59337;
}

.btn-m {
  display: block;
  width: 160px;
  height: 50px;
  color: #fff;
  background-color: #fa983a;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  transition: .1s;
}

.btn-m:hover {
  background-color: #ff9d42;
}

.btn-m:active {
  background-color: #f59337;
}

.top {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid #fff;
}

.top .switch {
  display: none;
}

.top .top-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top .top-container .logo {
  min-width: 100px;
  height: 80px;
  display: block;
  background: url(../images/logo-top.png) no-repeat left center;
}

.top .top-container .nav {
  display: flex;
}

.top .top-container .nav &gt; li {
  position: relative;
}

.top .top-container .nav &gt; li a {
  display: block;
  /*width: calc(8vw);*/
  padding:0 .2rem;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  position: relative;
}

.top .top-container .nav &gt; li a::after {
  content: '';
  display: block;
  width: 0px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .3s;
}

.top .top-container .nav &gt; li a.active::after {
  width: 30px;
}

.top .top-container .nav &gt; li a:hover::after {
  width: 30px;
}

.top .top-container .nav &gt; li ul {
  position: absolute;
  left: 0;
  top: -500px;
  opacity: 0;
  z-index: 10;
  transition: .5s;
}

.top .top-container .nav &gt; li ul a:hover {
  background-color: #f5f5f5;
}

.top .top-container .nav &gt; li ul a:hover::after {
  width: 0;
}

.top .top-container .nav &gt; li:hover ul {
  position: absolute;
  top: 90px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.top .top-container .language {
  display: block;
  width: 150px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.top-color {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
  z-index: 20;
  background-color: #fff;
}

.top-color .switch {
  display: none;
}

.top-color .top-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-color .top-container .logo {
  min-width: 100px;
  height: 80px;
  display: block;
  background: url(../images/logo-color.png) no-repeat left center;
}

.top-color .top-container .nav {
  display: flex;
}

.top-color .top-container .nav &gt; li {
  position: relative;
}

.top-color .top-container .nav &gt; li a {
  display: block;
  width: calc(8vw);
  height: 80px;
  line-height: 80px;
  color: #333;
  text-align: center;
  position: relative;
}

.top-color .top-container .nav &gt; li a::after {
  content: '';
  display: block;
  width: 0px;
  height: 3px;
  background-color: #35b9e0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .3s;
}

.top-color .top-container .nav &gt; li a.active::after {
  width: 30px;
}

.top-color .top-container .nav &gt; li a:hover {
  color: #0e4296;
}

.top-color .top-container .nav &gt; li a:hover::after {
  width: 30px;
}

.top-color .top-container .nav &gt; li ul {
  
  position: absolute;
  left: 0;
  top: -500px;
  opacity: 0;
  z-index: 10;
  transition: .5s;
}

.top-color .top-container .nav &gt; li ul a:hover {
  background-color: #f5f5f5;
}

.top-color .top-container .nav &gt; li ul a:hover::after {
  width: 0;
}

.top-color .top-container .nav &gt; li:hover ul {
  position: absolute;
  top: 90px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.top-color .top-container .language {
  display: block;
  width: 150px;
  height: 80px;
  line-height: 80px;
  color: #0e4296;
  text-align: center;
}

.footer {
  overflow: hidden;
  background: url(../images/city.png) no-repeat;
  background-color: #0e4296;
  background-position-x: 70%;
  background-position-y: bottom;
}

.footer .container {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .container .footer-text ul {
  display: flex;
}

.footer .container .footer-text ul li {
  color: #fff;
  margin-right: 20px;
  line-height: 1.5em;
}

.footer .container .footer-text ul li a {
  color: #fff;
  line-height: 1.5em;
  transition: .1s;
}

.footer .container .footer-text ul li a:hover {
  color: #fa983a;
}

.footer .container .footer-text p {
  color: #fff;
  line-height: 1.5em;
  margin-top: 20px;
}

.footer .container .footer-text p a {
  color: #fff;
  line-height: 1.5em;
  text-decoration: underline;
  transition: .1s;
}

.footer .container .footer-text p a:hover {
  color: #fa983a;
}

.footer .container &gt; a {
  display: block;
}

.footer .container &gt; a img {
  margin: 40px 0;
}

.footer .footer-line {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}

.get-top {
  width: 72px;
  height: 72px;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 22;
  border-radius: 36px;
  line-height: 82px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: url(../images/getTop.png) no-repeat center 14px;
  background-color: #fa983a;
}

.get-top:hover {
  background-color: #ff9d42;
}

.get-top:active {
  background-color: #f59337;
}

.menu {
  border-bottom: 1px solid #ddd;
}

.menu ul {
  display: flex;
  width: 1000px;
}

.menu ul li {
  margin-right: 100px;
}

.menu ul li a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #333;
}

.menu ul li a.active {
  border-bottom: 3px solid #0e4296;
}

.menu ul li a:hover {
  color: #0e4296;
}

.get-page {
  display: flex;
  justify-content: center;
}

.get-page &gt; a {
  display: block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  transition: .1s;
}

.get-page &gt; a:hover {
  color: #35b9e0;
}

.get-page .page-num {
  display: flex;
}

.get-page .page-num .page-more {
  display: none;
}

.get-page .page-num a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  transition: .1s;
}

.get-page .page-num a:hover {
  color: #35b9e0;
}

.get-page .page-num a.active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #35b9e0;
  border-bottom: 1px solid #35b9e0;
}

#about .banner, #product .banner, #productDetail .banner, #science .banner, #news .banner, #newsDetail .banner, #env .banner, #recuit .banner, #contact .banner {
  width: 100%;
  height: 480px;
  background-image: linear-gradient(to bottom, #0e4296, #35b9e0);
  overflow: hidden;
  position: relative;
}

#about .banner img, #product .banner img, #productDetail .banner img, #science .banner img, #news .banner img, #newsDetail .banner img, #env .banner img, #recuit .banner img, #contact .banner img {
  opacity: .3;
  height: 100%;
}

#about .banner .banner-title, #product .banner .banner-title, #productDetail .banner .banner-title, #science .banner .banner-title, #news .banner .banner-title, #newsDetail .banner .banner-title, #env .banner .banner-title, #recuit .banner .banner-title, #contact .banner .banner-title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

#about .banner .banner-title h2, #product .banner .banner-title h2, #productDetail .banner .banner-title h2, #science .banner .banner-title h2, #news .banner .banner-title h2, #newsDetail .banner .banner-title h2, #env .banner .banner-title h2, #recuit .banner .banner-title h2, #contact .banner .banner-title h2 {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5em;
}

#about .banner .banner-title span, #product .banner .banner-title span, #productDetail .banner .banner-title span, #science .banner .banner-title span, #news .banner .banner-title span, #newsDetail .banner .banner-title span, #env .banner .banner-title span, #recuit .banner .banner-title span, #contact .banner .banner-title span {
  display: block;
  color: #fff;
  line-height: 1.5em;
  margin-top: 10px;
}

#bsWXBox {
  overflow: hidden;
  padding: 0 !important;
  box-shadow: none;
  background: none !important;
  border: 1px solid #ddd;
}

#bsWXBox .bsClose {
  top: 0 !important;
  height: 24px !important;
  line-height: 24px !important;
}

#index {
  width: 100%;
  overflow: hidden;
}

#index .banner {
  width: 100%;
  height: 860px;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}

#index .banner .swiper-container-1 {
  height: 100%;
}

#index .banner .swiper-container-1 .swiper-wrapper {
  height: 100%;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1680px) {
  #index .banner .swiper-container-1 .swiper-wrapper .swiper-slide &gt; img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
  }
}

@media screen and (min-width: 1681px) {
  #index .banner .swiper-container-1 .swiper-wrapper .swiper-slide &gt; img {
    width: 100%;
  }
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 1420px) {
  #index .banner .swiper-container-1 .swiper-wrapper .swiper-slide video {
    height: 100%;
  }
}

@media screen and (min-width: 1421px) {
  #index .banner .swiper-container-1 .swiper-wrapper .swiper-slide video {
    width: 100%;
  }
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center {
  width: 1400px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 22;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center img:nth-child(1) {
  animation: imgRo 10s linear infinite;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center img:nth-child(2) {
  animation: imgRo 20s linear infinite;
}

@keyframes imgRo {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center .banner-text {
  width: 100%;
  text-align: center;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center .banner-text h1 {
  line-height: 1.5em;
  font-size: 72px;
  font-weight: normal;
  color: #fff;
  font-family: 'Oswald';
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center .banner-text h2 {
  font-size: 48px;
  font-weight: normal;
  color: #fff;
}

#index .banner .arrow-left-1 {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 10;
  background: url(../images/banner-l.png) no-repeat center center;
}

#index .banner .arrow-right-1 {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 10;
  background: url(../images/banner-r.png) no-repeat center center;
}

#index .banner .pagination-1 {
  position: absolute;
  bottom: 30px;
  left: 5%;
  display: flex;
  z-index: 10;
}

#index .banner .pagination-1 span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 28px;
  position: relative;
}

#index .banner .pagination-1 span.swiper-active-switch::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 9px;
}

#index .banner .share .bshare-custom {
  position: absolute;
  bottom: 30px;
  right: 5%;
  z-index: 10;
  display: flex;
}

#index .banner .share .bshare-custom a {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  margin-left: 40px;
}

#index .banner .share .bshare-custom a:nth-child(2) {
  background: url(../images/facebook.png) no-repeat center center;
}

#index .banner .share .bshare-custom a:nth-child(3) {
  background: url(../images/twitter.png) no-repeat center center;
}

#index .banner .share .bshare-custom a:nth-child(4) {
  background: url(../images/weixin.png) no-repeat center center;
}

#index .banner .share .bshare-custom a:nth-child(5) {
  background: url(../images/qq.png) no-repeat center center;
}

#index .idea {
  width: 1000px;
}

#index .idea ul {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#index .idea ul::after {
  content: '';
  display: block;
  width: 1720px;
  height: 350px;
  background-color: #f5f5f5;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#index .idea ul li {
  width: 320px;
  height: 360px;
  position: relative;
  background-image: linear-gradient(to bottom, #0e4296, #35b9e0);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#index .idea ul li .idea-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

#index .idea ul li .idea-content .idea-img {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 200px auto 0;
  transition: .5s;
  opacity: 0;
}

#index .idea ul li .idea-content .idea-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#index .idea ul li .idea-content .idea-img img:nth-child(1) {
  width: 100%;
  animation: ideaImg 5s linear infinite;
}

#index .idea ul li .idea-content .idea-img img:nth-child(2) {
  width: 90%;
}

#index .idea ul li .idea-content .idea-img img:nth-child(3) {
  width: 70%;
  animation: ideaImg 3s linear infinite;
}

#index .idea ul li .idea-content .idea-img img:nth-child(4) {
  width: 30%;
}

@keyframes ideaImg {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#index .idea ul li .idea-content h4 {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

#index .idea ul li .idea-content span {
  display: block;
  line-height: 1.5em;
  font-size: 24px;
  font-weight: lighter;
  color: #fff;
}

#index .idea ul li .idea-content .idea-line {
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

#index .idea ul li .idea-content p {
  line-height: 1.5em;
  color: #fff;
}

#index .idea ul li .idea-content a {
  margin: 20px auto 0;
}

#index .idea ul li .idea-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s;
  opacity: 1;
}

#index .idea ul li:hover .idea-content .idea-img {
  margin: 40px auto 0;
  opacity: 1;
}

#index .idea ul li:hover .idea-bg {
  opacity: .3;
}

#index .profile {
  padding-bottom: 100px;
  overflow: hidden;
}

#index .profile .container {
  width: 1000px;
}

#index .profile .container .title {
  height: 100px;
  text-align: right;
  margin-bottom: 0;
}

#index .profile .container .profile-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#index .profile .container .profile-content .profile-l {
  width: 400px;
  height: 600px;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  border-left: 3px solid #35b9e0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#index .profile .container .profile-content .profile-l .profile-l-img {
  height: 360px;
  position: absolute;
  top: -100px;
  right: -50px;
}

#index .profile .container .profile-content .profile-l .profile-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 300px;
}

#index .profile .container .profile-content .profile-l .profile-title h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
}

#index .profile .container .profile-content .profile-l .profile-title span {
  display: block;
  line-height: 1.5em;
  text-align: right;
  color: #999;
  padding-left: 25px;
  background: url(../images/position.png) no-repeat left center;
  margin-top: 20px;
}

#index .profile .container .profile-content .profile-l ul {
  margin-top: 40px;
}

#index .profile .container .profile-content .profile-l ul li {
  color: #999;
  line-height: 1.5em;
  text-indent: -0.5em;
  font-size: 12px;
}

#index .profile .container .profile-content .profile-r {
  width: 600px;
  height: 560px;
  box-sizing: border-box;
  position: relative;
}

#index .profile .container .profile-content .profile-r .profile-r-text {
  position: relative;
  margin-left: 100px;
  z-index: 1;
}

#index .profile .container .profile-content .profile-r .profile-r-text h4 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5em;
  color: #fff;
  margin-top: 60px;
}

#index .profile .container .profile-content .profile-r .profile-r-text span {
  display: block;
  line-height: 1.5em;
  color: #fff;
  margin-top: 20px;
}

#index .profile .container .profile-content .profile-r .profile-r-text ul {
  margin-top: 40px;
}

#index .profile .container .profile-content .profile-r .profile-r-text ul li {
  line-height: 1.5em;
  color: #fff;
}

#index .profile .container .profile-content .profile-r .profile-r-text .profile-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}

#index .profile .container .profile-content .profile-r .profile-r-bg {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#index .news {
  position: relative;
}

#index .news::after {
  content: '';
  display: block;
  width: 100px;
  height: 920px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: -10;
}

#index .news .container {
  width: 1200px;
  position: relative;
}

#index .news .container h3 {
  height: 100px;
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 160px;
}

#index .news .container .news-bg {
  width: 860px;
  height: 520px;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#index .news .container .swiper-container-2 {
  overflow: hidden;
  height: 660px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide {
  width: 1200px;
  position: relative;
  box-sizing: border-box;
  padding: 0 160px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .swiper-slide-active {
  margin-right: 160px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-img {
  width: 400px;
  position: absolute;
  left: 160px;
  top: 100px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text {
  width: 600px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 3px solid #35b9e0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-top: 200px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text h4 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text span {
  display: block;
  margin-top: 20px;
  line-height: 1.5em;
  color: #999;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text p {
  margin-top: 20px;
  line-height: 1.5em;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text .profile-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

#index .news .container .arrow-left-2 {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 100px;
  left: 160px;
  z-index: 10;
  background: url(../images/banner-l-g.png) no-repeat center center;
}

#index .news .container .arrow-right-2 {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 100px;
  left: 260px;
  z-index: 10;
  background: url(../images/banner-r-g.png) no-repeat center center;
}

#index .news .container .pagination-2 {
  width: 200px;
  position: absolute;
  bottom: 120px;
  left: 560px;
  display: none;
  z-index: 10;
}

#index .news .container .pagination-2 span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 5px;
  margin-right: 28px;
  position: relative;
}

#index .news .container .pagination-2 span.swiper-active-switch::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 9px;
}

#index .time {
  height: 510px;
  background: url(../images/time-bg.jpg) no-repeat center top;
  background-size: auto 100%;
  overflow: hidden;
}

#index .time .title {
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin-top: 100px;
}

#index .time .time-text {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  width: 800px;
  margin: 0 auto;
}

#index .time .time-text span {
  display: block;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 12px;
  background-color: #fa983a;
  color: #fff;
}

#index .time .time-text p {
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  margin-left: 10px;
}

#index .time #c-history .c-container {
  overflow: hidden;
}

#index .time #c-history .c-container .swiper-container {
  overflow: visible;
}

#index .time #c-history .c-banner4-wrap {
  margin-bottom: 100px;
}

#about {
  width: 100%;
  overflow: hidden;
}

#about .profile .container {
  width: 1000px;
}

#about .profile .container h3 {
  text-align: center;
}

#about .profile .container p {
  width: 800px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
  color: #999;
}

#about .profile .container img {
  width: 100%;
  margin-top: 60px;
}

#about .profile .container ul {
  display: flex;
  margin: 60px auto 100px;
}

#about .profile .container ul li {
  flex: 1;
  border-left: 1px solid #ddd;
  position: relative;
}

#about .profile .container ul li:last-child {
  border-right: 1px solid #ddd;
}

#about .profile .container ul li i {
  display: block;
  line-height: 1.5em;
  font-size: 48px;
  font-style: normal;
  color: #35b9e0;
  text-align: center;
}
#about .profile .container ul li a{position:absolute;top:0;font-weight:bold;color: #35b9e0;right:10px;}
#about .profile .container ul li span {
  display: block;
  text-align: center;
  color: #999;
}

#about .time {
  background: url(../images/time-bg.jpg) no-repeat center top;
  background-size: auto 100%;
  overflow: hidden;
}

#about .time .title {
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin-top: 100px;
}

#about .time .time-text {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  width: 1100px;
  margin: 0 auto;
}

#about .time .time-text span {
  display: block;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 12px;
  background-color: #fa983a;
  color: #fff;
}

#about .time .time-text p {
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  margin-left: 10px;
}

#about .time #c-history .c-container {
  overflow: hidden;
}

#about .time #c-history .c-container .swiper-container {
  overflow: visible;
}

#about .time #c-history .c-banner4-wrap {
  margin-bottom: 100px;
}
#about .time .time-text:hover p{font-size:18px;font-weight:bold;transition: .3s;}
#about .time .time-text span {
    display: block;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #fa983a;
    color: #fff;
    width: 130px;
    margin-right: 58px;
    text-align: center;
    float: left;
    margin-left:300px;
}
#about .time .time-text .sx{width:1px;height:100px;background:#fff;position: absolute;
    left: 466px;}
#about .time .time-text .sx:before{content:"";display:block;width:12px;height:12px;border-radius:50%;background:#fff;position:absolute;left:-6px;}  
#about .env .container {
  width: 1000px;
}
#about .time .time-text {
  /*display: flex;*/
  /*justify-content: center;*/
  width: 1100px;
  margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}
#about .time .time-text:hover p{font-size:18px;font-weight:bold;transition: .3s;}
#about .time .time-text span {
    display: block;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #fa983a;
    color: #fff;
    width: 130px;
    margin-right: 58px;
    text-align: center;
    float: left;
    margin-left:300px;
}
#about .time .time-text .sx{width:1px;height:100px;background:#fff;position: absolute;
    left: 466px;}
#about .time .time-text .sx:before{content:"";display:block;width:12px;height:12px;border-radius:50%;background:#fff;position:absolute;left:-6px;}   
.c-text-box .c-text{width:1100px;margin: 0 auto;}
#about .time .time-text p {
  text-align: left;
  line-height: 1.5em;
  color: #fff;
  margin-left: 10px;
      width: 600px;
    float: right;
    /*height: 20px;*/
}

#about .time #c-history .c-container {
  overflow: hidden;
  padding-bottom: 100px;
}

#about .time #c-history .c-container .swiper-container {
  overflow: visible;
}

#about .time #c-history .c-banner4-wrap {

}
#about .env .container h3 {
  text-align: center;
}

#about .env .container &gt; p {
  width: 800px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
  color: #999;
}

#about .env .container ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#about .env .container ul li {
  width: 320px;
  height: 360px;
  background-image: linear-gradient(to bottom, #0e4296, #35b9e0);
  position: relative;
  overflow: hidden;
}

#about .env .container ul li:hover .env-text {
  margin-top: 40px;
  opacity: 1;
}

#about .env .container ul li:hover &gt; img {
  opacity: .3;
}

#about .env .container ul li .env-text {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  transition: .5s;
  margin-top: 200px;
  opacity: 0;
}

#about .env .container ul li .env-text img {
  width: 48px;
  display: block;
  margin: 0 auto;
}

#about .env .container ul li .env-text h4 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin-top: 20px;
}

#about .env .container ul li .env-text p {
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin-top: 10px;
}

#about .env .container ul li .env-text a {
  margin: 20px auto 0;
}

#about .env .container ul li &gt; img {
  width: 100%;
  z-index: 1;
  transition: .5s;
  opacity: 1;
}

#about .culture .container {
  width: 1000px;
}

#about .culture .container h3 {
  text-align: center;
}

#about .culture .container &gt; p {
  width: 800px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
  color: #999;
}

#about .culture .container ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}

#about .culture .container ul::after {
  content: '';
  display: block;
  width: 96%;
  border-bottom: 1px solid #0e4296;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#about .culture .container ul li .culture-img {
  width: 200px;
  height: 200px;
  border: 1px solid #0e4296;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#about .culture .container ul li .culture-img img {
  display: block;
}

#about .culture .container ul li h4 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  margin-top: 20px;
}

#about .culture .container ul li span {
  display: block;
  width: 200px;
  line-height: 1.5em;
  text-align: center;
  color: #999;
  margin-top: 20px;
}

#about .social .container {
  width: 1000px;
  padding-bottom: 100px;
}

#about .social .container h3 {
  text-align: center;
}

#about .social .container .social-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about .social .container .social-list .list-item {
  width: 490px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-left: 3px solid #35b9e0;
  padding: 0 40px 0 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  background: url(../images/social.png) no-repeat 40px center;
  position: relative;
}

#about .social .container .social-list .list-item h4 {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: normal;
}

#about .social .container .social-list .list-item span {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #999;
}

#about .social .container .social-list .list-item .social-content {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 0;
  transition: .5s;
  z-index: 20;
}

#about .social .container .social-list .list-item .social-content .social-content-img {
  width: 90%;
  margin: 20px auto;
  height: 400px;
  border: 1px solid #ddd;
  position: relative;
}

#about .social .container .social-list .list-item .social-content .social-content-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

#about .social .container .social-list .list-item:hover .social-content {
  height: 440px;
}

#about .social .container .social-img {
  width: 100%;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

#about .env-mask, #about .social-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 20;
}

#about .env-mask img, #about .social-mask img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

#product {
  width: 100%;
  overflow: hidden;
}

#product .our-product {
  width: 1000px;
  margin-bottom: 100px;
}

#product .our-product h3 {
  text-align: center;
  line-height: 1.5em;
}

#product .our-product &gt; p {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #999;
  line-height: 1.5em;
}

#product .our-product .our-product-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

#product .our-product .our-product-list &gt; .item {
  width: 320px;
  height: 580px;
}

#product .our-product .our-product-list &gt; .item .item-line {
  height: 60% !important;
}

#product .our-product .our-product-list .item {
  display: block;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#product .our-product .our-product-list .item img {
  min-width: 100%;
  min-height: 100%;
  transition: .5s;
}

#product .our-product .our-product-list .item .item-text {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  transition: .5s;
}

#product .our-product .our-product-list .item .item-text .text-l {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

#product .our-product .our-product-list .item .item-text .text-l h4 {
  font-size: 24px;
  font-weight: lighter;
  line-height: 1.5em;
}

#product .our-product .our-product-list .item .item-text .text-l span {
  font-size: 16px;
  font-weight: lighter;
  display: block;
  line-height: 1.5em;
  margin-top: 10px;
}

#product .our-product .our-product-list .item .item-text .text-r {
  height: 180px;
  position: absolute;
  top: 40px;
  right: 40px;
  writing-mode: vertical-rl;
  font-weight: lighter;
}

#product .our-product .our-product-list .item .item-text .item-line {
  height: 30%;
  position: absolute;
  left: 40px;
  top: 40px;
  border: 1px solid #fff;
}

#product .our-product .our-product-list .item:hover .item-text {
  opacity: 0;
}

#product .our-product .our-product-list .item:hover img {
  transform: translate(-60%, -60%) scale(1.2);
}

#product .our-product .our-product-list .item-1-r {
  width: 660px;
  height: 580px;
  display: flex;
  flex-wrap: wrap;
}

#product .our-product .our-product-list .item-1-r .item-2-t {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
}

#product .our-product .our-product-list .item-1-r .item-2-t .item:nth-child(1) {
  width: 360px;
  height: 280px;
}

#product .our-product .our-product-list .item-1-r .item-2-t .item:nth-child(2) {
  width: 280px;
  height: 280px;
}

#product .our-product .our-product-list .item-1-r .item-2-b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
}

#product .our-product .our-product-list .item-1-r .item-2-b .item:nth-child(1) {
  width: 360px;
  height: 280px;
}

#product .our-product .our-product-list .item-1-r .item-2-b .item:nth-child(2) {
  width: 280px;
  height: 280px;
}

#product .other-product {
  width: 1000px;
  padding-bottom: 60px;
  margin-bottom: 100px;
  border-bottom: 1px dashed #ddd;
}

#product .other-product h3 {
  font-size: 24px;
  color: #999;
  font-weight: normal;
  line-height: 1.5em;
}

#product .other-product .other-product-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#product .other-product .other-product-list .item {
  width: 490px;
  height: 200px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  transition: .3s;
  margin-bottom: 20px;
}

#product .other-product .other-product-list .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#product .other-product .other-product-list .item:hover .item-text h4 {
  color: #0e4296;
}

#product .other-product .other-product-list .item .item-img {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

#product .other-product .other-product-list .item .item-img img {
  height: 100%;
  display: block;
  transition: .5s;
}

#product .other-product .other-product-list .item .item-text {
  flex: 1;
  height: 300px;
  box-sizing: border-box;
  padding: 0 20px;
}

#product .other-product .other-product-list .item .item-text h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.5em;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#product .other-product .other-product-list .item .item-text span {
  font-size: 12px;
  color: #999;
  line-height: 1.5em;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#product .other-product .other-product-list .item .item-text p {
  font-size: 12px;
  color: #999;
  line-height: 1.5em;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#product .other-product .other-product-list .item .item-text .item-btn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#productDetail {
  width: 100%;
  overflow: hidden;
}

#productDetail .next-product {
  width: 50px;
  height: 130px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 2;
}

#productDetail .next-product a {
  display: block;
  width: 300px;
  height: 60px;
  background-color: #fa983a;
  color: #fff;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 30px;
  border-radius: 30px 0 0 30px;
  position: fixed;
  right: -182px;
  transition: .3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#productDetail .next-product a span {
  margin-left: 20px;
}

#productDetail .next-product a:hover {
  background-color: #ff9d42;
}

#productDetail .next-product a:active {
  background-color: #f59337;
}

#productDetail .next-product a.disable {
  background-color: #f5f5f5;
  color: #999;
}

#productDetail .next-product a.disable:hover {
  background-color: #f5f5f5;
}

#productDetail .next-product a.disable:active {
  background-color: #f5f5f5;
}

#productDetail .next-product .pre {
  bottom: 270px;
}

#productDetail .next-product .pre:hover {
  right: 0;
}

#productDetail .next-product .next {
  bottom: 200px;
}

#productDetail .next-product .next:hover {
  right: 0;
}

#productDetail .content {
  position: relative;
  margin-bottom: 100px;
}

#productDetail .content .content-bg {
  width: 50%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 180px;
  background-color: #f5f5f5;
}

#productDetail .content .container {
  width: 1000px;
  overflow: hidden;
}

#productDetail .content .container .product-name {
  margin-top: 100px;
    background-image: linear-gradient(to left, #0e4296, #35b9e0);
    overflow: hidden;
}


#productDetail .content .container .product-name h3 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background-image: linear-gradient(to left, #0e4296, #35b9e0);
  box-sizing: border-box;
  float:left;
}

#productDetail .content .container .product-name a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 60px 0 80px;
  color: #35b9e0;
  background: url(../images/toPDF.png) no-repeat;
  background-position-x: 60px;
  background-position-y: center;
  float: right;
}
#productDetail .content .container .product-name a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 60px 0 80px;
  color: #35b9e0;
  background: url(../images/toPDF.png) no-repeat;
  background-position-x: 60px;
  background-position-y: center;
}

#productDetail .content .container .product-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  color: #999;
  box-sizing: border-box;
  padding: 0 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#productDetail .content .container .product-message {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

#productDetail .content .container .product-message .product-img {
  width: 490px;
  position: relative;
  box-sizing: border-box;
  /* img {
                        width: 100%;
                        @extend %xy-center;
                    } */
  /* .smallshow&gt;.prev {
                        left: 0;
                        background: url(images/hover-prev.png) no-repeat;
                        transition: all 0.5s
                    }
                    .smallshow&gt;.next {
                        right: 0;
                        background: url(images/hover-next.png) no-repeat;
                        transition: all 0.5s
                    }
                    .smallshow&gt;.prev.prevnone {
                        left: 0;
                        background: url(images/prev.png) no-repeat;
                        cursor: not-allowed
                    }
                    .smallshow&gt;.next.nextnone {
                        right: 0;
                        background: url(images/next.png) no-repeat;
                        cursor: not-allowed
                    } */
}

#productDetail .content .container .product-message .product-img .bg {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#productDetail .content .container .product-message .product-img .bg::after {
  content: '';
  display: block;
  clear: both;
}

#productDetail .content .container .product-message .product-img .bg .bg_left {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  justify-content: space-between;
}

#productDetail .content .container .product-message .product-img .bg .bg_right {
  float: left;
}

#productDetail .content .container .product-message .product-img .bigitem {
  width: 860px;
  height: 860px;
  background-color: #fff;
  position: relative;
}

#productDetail .content .container .product-message .product-img .show {
  width: 360px;
  height: 360px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  cursor: move;
  overflow: hidden;
}

#productDetail .content .container .product-message .product-img .show img {
  max-width: 360px;
  max-height: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#productDetail .content .container .product-message .product-img .mask {
  width: 180px;
  height: 180px;
  background: #35b9e0;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#productDetail .content .container .product-message .product-img .bg_right {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 20px;
  right: -340px;
  display: none;
}

#productDetail .content .container .product-message .product-img .bigshow {
  width: 320px;
  height: 320px;
  overflow: hidden;
  margin-left: 10px;
  border: 1px solid #ddd;
}

#productDetail .content .container .product-message .product-img .bigshow img {
  width: 720px;
  position: absolute;
  left: 0;
  top: 0;
}

#productDetail .content .container .product-message .product-img .smallshow {
  position: relative;
}

#productDetail .content .container .product-message .product-img .smallshow img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}

#productDetail .content .container .product-message .product-img .smallshow &gt; .middle_box {
  overflow: hidden;
}

#productDetail .content .container .product-message .product-img .smallshow .middle {
  width: 110px;
  height: 360px;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

#productDetail .content .container .product-message .product-img .smallshow .middle &gt; li {
  width: 110px;
  height: 110px;
  cursor: pointer;
  border: 1px solid #ddd;
  background-image: linear-gradient(to bottom, #0e4296, #35b9e0);
  box-sizing: border-box;
  overflow: hidden;
}

#productDetail .content .container .product-message .product-img .smallshow &gt; p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}

#productDetail .content .container .product-message .product-img .details-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  overflow: scroll;
  z-index: 20;
}

#productDetail .content .container .product-message .product-img .details-mask img {
  display: block;
  margin: 50px auto;
  max-width: 90%;
}

#productDetail .content .container .product-message .product-img .product-contact {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

#productDetail .content .container .product-message .product-img .product-contact p {
  text-align: right;
  line-height: 1.5em;
  color: #333;
}

#productDetail .content .container .product-message .product-text {
  width: 490px;
}

#productDetail .content .container .product-message .product-text ul li {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #999;
  border-bottom: 1px dashed #ddd;
  box-sizing: border-box;
  padding: 0 20px 0 40px;
}

#science {
  width: 100%;
  overflow: hidden;
}

#science .strength {
  background: url(../images/strength-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

#science .strength .container {
  width: 1000px;
  padding-bottom: 100px;
}

#science .strength .container h3 {
  text-align: center;
}

#science .strength .container .strength-content {
  display: flex;
  align-items: center;
}

#science .strength .container .strength-content div {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
}

#science .strength .container .strength-content div img {
  display: block;
}

#science .strength .container .strength-content div h4 {
  font-size: 24px;
  color: #333;
  margin-top: 40px;
  line-height: 1.5em;
  text-align: center;
}

#science .strength .container .strength-content div p {
  margin-top: 20px;
  color: #999;
  line-height: 1.5em;
  text-align: center;
}

#science .strength .container .strength-content .left {
  width: 300px;
  height: 400px;
  border-top: 3px solid #fa983a;
  z-index: 1;
}

#science .strength .container .strength-content .left img {
  margin: 60px auto 0;
}

#science .strength .container .strength-content .right {
  width: 300px;
  height: 400px;
  border-top: 3px solid #fa983a;
  z-index: 1;
}

#science .strength .container .strength-content .right img {
  margin: 60px auto 0;
}

#science .strength .container .strength-content .middle {
  width: 400px;
  height: 500px;
  z-index: 2;
}

#science .strength .container .strength-content .middle::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/down.png) no-repeat center center;
  background-color: #fa983a;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

#science .strength .container .strength-content .middle img {
  margin: 100px auto 0;
}

#science .inv .container {
  width: 1000px;
}

#science .inv .container h3 {
  text-align: center;
}

#science .inv .container .inv-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#science .inv .container .inv-content .inv-text {
  width: 560px;
  height: 200px;
  box-sizing: border-box;
  border-left: 3px solid #35b9e0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 0 40px;
}

#science .inv .container .inv-content .inv-text p {
  line-height: 1.5em;
  color: #999;
  margin-top: 40px;
}

#science .inv .container .inv-content .inv-text .bottom {
  display: none;
}

#science .inv .container .inv-content .inv-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

#science .inv .container .inv-content .inv-img img {
  height: 100%;
}

#science .quality .container {
  width: 1000px;
  padding-bottom: 100px;
}

#science .quality .container h3 {
  text-align: center;
}

#science .quality .container .quality-content {
  display: flex;
  justify-content: space-between;
}

#science .quality .container .quality-content .quality-img {
  width: 340px;
  height: 340px;
  overflow: hidden;
  position: relative;
}

#science .quality .container .quality-content .quality-img img {
  height: 100%;
  display: block;
}

#science .quality .container .quality-content .quality-items {
  display: flex;
  flex-wrap: wrap;
  width: 720px;
  height: 340px;
  overflow: hidden;
}

#science .quality .container .quality-content .quality-items .item {
  width: 200px;
  height: 60px;
  line-height: 60px;
  margin-left: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 3px solid #35b9e0;
  box-sizing: border-box;
  padding: 0 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#news {
  width: 100%;
  overflow: hidden;
}

#news .content .container {
  width: 1000px;
  margin-bottom: 100px;
}

#news .content .container h3 {
  text-align: center;
}

#news .content .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#news .content .container ul li {
  margin-bottom: 60px;
}

#news .content .container ul li a {
  display: block;
  width: 490px;
  transition: .3s;
  opacity: 1;
}

#news .content .container ul li a:hover h4 {
  opacity: .7;
}

#news .content .container ul li a:hover span {
  opacity: .7;
}

#news .content .container ul li a:hover p {
  opacity: .7;
}

#news .content .container ul li a:hover input {
  opacity: .7;
}

#news .content .container ul li a:hover .news-img img {
  animation: newsImg 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes newsImg {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-60%, -40%) scale(1.2);
  }
}

#news .content .container ul li a .news-img {
  width: 490px;
  height: 270px;
  position: relative;
  overflow: hidden;
}

#news .content .container ul li a .news-img img {
  display: block;
  width: 100%;
}

#news .content .container ul li a h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 20px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#news .content .container ul li a span {
  display: block;
  line-height: 1.5em;
  margin-top: 20px;
  color: #999;
}

#news .content .container ul li a p {
  line-height: 1.5em;
  margin-top: 20px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news .content .container ul li a input {
  display: block;
  margin-top: 20px;
}

#newsDetail {
  width: 100%;
  overflow: hidden;
}

#newsDetail .content {
  background-color: #f5f5f5;
  overflow: hidden;
}

#newsDetail .content .container {
  width: 1000px;
  margin: 100px auto;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 100px;
}

#newsDetail .content .container h3 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  color: #333;
  margin-top: 100px;
}

#newsDetail .content .container span {
  display: block;
  line-height: 1.5em;
  text-align: center;
  color: #999;
  margin: 20px auto;
}

#newsDetail .content .container .line-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

#newsDetail .content .container p {
  width: 800px;
  line-height: 1.5em;
  color: #666;
  margin: 0 auto;
}

#newsDetail .content .container img {
  display: block;
  width: 800px;
  margin: 40px auto;
}

#newsDetail .content .container .line-bottom {
  border-top: 1px solid #ddd;
  margin-top: 60px;
}

#newsDetail .content .container .bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

#newsDetail .content .container .bottom ul li {
  margin-top: 20px;
}

#newsDetail .content .container .bottom ul li a {
  line-height: 1.5em;
  color: #999;
}

#newsDetail .content .container .bottom &gt; a {
  margin-top: 20px;
  display: block;
}

#env {
  width: 100%;
  overflow: hidden;
}

#env .env-top {
  width: 1000px;
  margin-bottom: 100px;
}

#env .env-top h3 {
  text-align: center;
  line-height: 1.5em;
}

#env .env-top &gt; p {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #999;
  line-height: 1.5em;
}

#env .env-top .env-item {
  height: 270px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#env .env-top .env-item .env-img {
  width: 480px;
  height: 270px;
  position: relative;
  overflow: hidden;
}

#env .env-top .env-item .env-img img {
  width: 100%;
}

#env .env-top .env-item .env-text {
  width: 520px;
  height: 270px;
  box-sizing: border-box;
  padding-left: 80px;
}

#env .env-top .env-item .env-text h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 10px;
}

#env .env-top .env-item .env-text p {
  margin-top: 20px;
  line-height: 1.5em;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#env .env-top .env-item .env-text .env-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

#env .env-other {
  width: 1000px;
  margin-bottom: 100px;
}

#env .env-other h3 {
  /*font-size: 24px;*/
  /*color: #999;*/
  /*font-weight: normal;*/
  line-height: 1.5em;
}

#env .env-other .other-env-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#env .env-other .other-env-list .item {
  width: 490px;
  height: 240px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  transition: .3s;
  margin-bottom: 20px;
}

#env .env-other .other-env-list .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#env .env-other .other-env-list .item:hover .item-text h4 {
  color: #0e4296;
}

#env .env-other .other-env-list .item .item-img {
  width: 240px;
  height: 240px;
  position: relative;
  overflow: hidden;
}

#env .env-other .other-env-list .item .item-img img {
  display: block;
  transition: .5s;
}

#env .env-other .other-env-list .item .item-text {
  flex: 1;
  height: 240px;
  box-sizing: border-box;
  padding: 0 20px;
}

#env .env-other .other-env-list .item .item-text h4 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1.5em;
  margin-top: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#env .env-other .other-env-list .item .item-text p {
  font-size: 14px;
  color: #999;
  line-height: 1.5em;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#env .env-other .other-env-list .item .item-text .item-btn {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#env .safe {
  background: url(../images/safe-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 100px;
}

#env .safe .container {
  width: 1000px;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 3px solid #fa983a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 100px;
}

#env .safe .container h3 {
  text-align: center;
}

#env .safe .container p {
  width: 800px;
  text-align: center;
  line-height: 1.5em;
  color: #999;
  margin: 60px auto 100px;
}

#env .safe-items {
  margin-bottom: 100px;
}

#env .safe-items .container {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}

#env .safe-items .container .item .safe-item-img {
  width: 240px;
  height: 240px;
  position: relative;
  overflow: hidden;
  border-radius: 120px;
  transition: .5s;
}

#env .safe-items .container .item .safe-item-img:hover {
  transform: translateY(-10%);
}

#env .safe-items .container .item .safe-item-img img {
  display: block;
}

#env .safe-items .container .item h4 {
  width: 240px;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  color: #333;
  margin-top: 40px;
}

#env .safe-items .container .item p {
  width: 240px;
  line-height: 1.5em;
  text-align: center;
  color: #999;
  margin-top: 20px;
}

#recuit {
  width: 100%;
  overflow: hidden;
}

#recuit .add {
  margin-bottom: 100px;
}

#recuit .add h3 {
  text-align: center;
}

#recuit .add .container {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}

#recuit .add .container .item .safe-item-img {
  width: 240px;
  height: 240px;
  position: relative;
  overflow: hidden;
  border-radius: 120px;
}

#recuit .add .container .item .safe-item-img img {
  display: block;
}

#recuit .add .container .item h4 {
  width: 240px;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  color: #333;
  margin-top: 40px;
}

#recuit .add .container .item p {
  width: 240px;
  line-height: 1.5em;
  text-align: center;
  color: #999;
  margin-top: 20px;
}

#recuit .idea {
  background: url(../images/recuit-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 100px;
}

#recuit .idea .container {
  width: 1000px;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 3px solid #fa983a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 100px;
}

#recuit .idea .container h3 {
  text-align: center;
}

#recuit .idea .container p {
  width: 800px;
  text-align: center;
  line-height: 1.5em;
  color: #999;
  margin: 60px auto 100px;
}

#recuit .message .container {
  width: 1000px;
  padding-bottom: 100px;
}

#recuit .message .container h3 {
  text-align: center;
  margin-top: 0;
}

#recuit .message .container .cd-accordion-menu {
  margin: 60px auto;
}

#recuit .message .container .cd-accordion-menu #ll {
  display: block;
  font-size: 16px;
  padding-left: 40px;
  background: url(../images/human.png) no-repeat left center;
}

#recuit .message .container .cd-accordion-menu #rr {
  width: 32px;
  height: 32px;
  background: url(../images/add-g.png) no-repeat center center;
}

#recuit .message .container .cd-accordion-menu table {
  width: 96%;
  margin: 20px auto;
  text-align: center;
  border-collapse: collapse;
}

#recuit .message .container .cd-accordion-menu table thead tr {
  background-color: #35b9e0;
  border: 1px solid #35b9e0;
  color: #fff;
}

#recuit .message .container .cd-accordion-menu table thead tr th {
  font-weight: normal;
  padding: 20px 30px 20px 30px;
}

#recuit .message .container .cd-accordion-menu table tbody tr {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  color: #333;
}

#recuit .message .container .cd-accordion-menu table tbody tr td {
  padding: 20px 30px 20px 30px;
}

#recuit .message .container .cd-accordion-menu .condition {
  width: 96%;
  margin: 20px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

#recuit .message .container .cd-accordion-menu .condition h4 {
  font-weight: normal;
  color: #333;
  line-height: 48px;
}

#recuit .message .container .cd-accordion-menu .condition p {
  color: #999;
  line-height: 24px;
}

#recuit .message .container .cd-accordion-menu .tel {
  width: 96%;
  margin: 20px auto;
  color: #35b9e0;
  padding-bottom: 20px;
}

#recuit .message .container .cd-accordion-menu .tel h4 {
  font-weight: normal;
  line-height: 48px;
}

#recuit .message .container .cd-accordion-menu .tel p {
  line-height: 24px;
}

#recuit .message .container .cd-accordion-menu ul {
  display: none;
}

#recuit .message .container .cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

#recuit .message .container .cd-accordion-menu label,
#recuit .message .container .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 0 20px 0 30px;
  background: #fff;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

#recuit .message .container .cd-accordion-menu label i,
#recuit .message .container .cd-accordion-menu a i {
  font-style: normal;
  vertical-align: middle;
}

#recuit .message .container .cd-accordion-menu label i:nth-of-type(1),
#recuit .message .container .cd-accordion-menu a i:nth-of-type(1) {
  font-size: 20px;
}

#recuit .message .container .cd-accordion-menu label i:nth-of-type(3),
#recuit .message .container .cd-accordion-menu a i:nth-of-type(3) {
  font-size: 22px;
}

#recuit .message .container .cd-accordion-menu label #rr,
#recuit .message .container .cd-accordion-menu a #rr {
  transition: .3s;
}

#recuit .message .container .no-touch .cd-accordion-menu label:hover,
#recuit .message .container .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}

#recuit .message .container .cd-accordion-menu label::before,
#recuit .message .container .cd-accordion-menu label::after,
#recuit .message .container .cd-accordion-menu a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#recuit .message .container .cd-accordion-menu label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#recuit .message .container .cd-accordion-menu label::before,
#recuit .message .container .cd-accordion-menu label::after {
  background-repeat: no-repeat;
}

#recuit .message .container .cd-accordion-menu label::before {
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

#recuit .message .container .cd-accordion-menu label::after {
  left: 41px;
  background-position: -16px 0;
}

#recuit .message .container .cd-accordion-menu a::after {
  left: 36px;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label {
  color: #fff;
  background-color: #35b9e0;
  border: 1px solid #35b9e0;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label #ll {
  background: url(../images/human-w.png) no-repeat left center;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label #rr {
  background: url(../images/add.png) no-repeat center center;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label::after {
  background-position: -32px 0;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label + ul,
#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}

#recuit .message .container .cd-accordion-menu ul li {
  background: #fff;
  border: 1px solid #eee;
  border-left: 3px solid #35b9e0;
  color: #333;
  margin-top: 20px;
}

#recuit .message .container .no-touch .cd-accordion-menu ul label:hover,
#recuit .message .container .no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}

#recuit .message .container .cd-accordion-menu &gt; li:last-of-type &gt; label,
#recuit .message .container .cd-accordion-menu &gt; li:last-of-type &gt; a,
#recuit .message .container .cd-accordion-menu &gt; li &gt; ul &gt; li:last-of-type label,
#recuit .message .container .cd-accordion-menu &gt; li &gt; ul &gt; li:last-of-type a {
  box-shadow: none;
}

#recuit .message .container .cd-accordion-menu ul label::before {
  left: 36px;
}

#recuit .message .container .cd-accordion-menu ul label::after,
#recuit .message .container .cd-accordion-menu ul a::after {
  left: 59px;
}

#recuit .message .container .cd-accordion-menu ul ul label,
#recuit .message .container .cd-accordion-menu ul ul a {
  padding-left: 100px;
}

#recuit .message .container .cd-accordion-menu ul ul label::before {
  left: 54px;
}

#recuit .message .container .cd-accordion-menu ul ul label::after,
#recuit .message .container .cd-accordion-menu ul ul a::after {
  left: 77px;
}

#recuit .message .container .cd-accordion-menu ul ul ul label,
#recuit .message .container .cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}

#recuit .message .container .cd-accordion-menu ul ul ul label::before {
  left: 72px;
}

#recuit .message .container .cd-accordion-menu ul ul ul label::after,
#recuit .message .container .cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

@media only screen and (min-width: 600px) {
  #recuit .message .container .cd-accordion-menu label,
  #recuit .message .container .cd-accordion-menu a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  #recuit .message .container .cd-accordion-menu label::before {
    left: 24px;
  }
  #recuit .message .container .cd-accordion-menu label::after {
    left: 53px;
  }
  #recuit .message .container .cd-accordion-menu ul label,
  #recuit .message .container .cd-accordion-menu ul a {
    padding-left: 106px;
  }
  #recuit .message .container .cd-accordion-menu ul label::before {
    left: 48px;
  }
  #recuit .message .container .cd-accordion-menu ul label::after,
  #recuit .message .container .cd-accordion-menu ul a::after {
    left: 77px;
  }
  #recuit .message .container .cd-accordion-menu ul ul label,
  #recuit .message .container .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  #recuit .message .container .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  #recuit .message .container .cd-accordion-menu ul ul label::after,
  #recuit .message .container .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  #recuit .message .container .cd-accordion-menu ul ul ul label,
  #recuit .message .container .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  #recuit .message .container .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  #recuit .message .container .cd-accordion-menu ul ul ul label::after,
  #recuit .message .container .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}

#recuit .message .container .cd-accordion-menu.animated label::before {
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}

#contact {
  width: 100%;
  overflow: hidden;
}

#contact .address .container {
  width: 1000px;
  padding-bottom: 100px;
}

#contact .address .container h3 {
  text-align: center;
}

#contact .address .container ul {
  display: flex;
  justify-content: space-between;
}

#contact .address .container ul li {
  width: 235px;
  height: 335px;
  box-sizing: border-box;
  border-top: 3px solid #fa983a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

#contact .address .container ul li:hover .address-img {
  transform: translateY(-10%);
}

#contact .address .container ul li .address-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #35b9e0;
  border-radius: 50px;
  position: relative;
  margin: 60px auto 20px;
  transition: .3s;
}

#contact .address .container ul li .address-img img {
  display: block;
}

#contact .address .container ul li h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
}

#contact .address .container ul li p {
  margin-top: 10px;
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
  color: #999;
}

#contact .map {
  width: 100%;
  height: 400px;
  position: relative;
}

#contact .map .iw_poi_title {
  color: #fa983a;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

#contact .map .iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

#contact .map #dituContent {
  width: 100%;
  height: 400px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#contact .map .BMap_Marker {
  background: url(../images/map-b.png) no-repeat center center !important;
  transform: translate(-20px, 16px);
}

#contact .message .container {
  width: 1000px;
  padding-bottom: 100px;
}

#contact .message .container h3 {
  text-align: center;
}

#contact .message .container .input-box .input-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#contact .message .container .input-box .input-block .input-item {
  width: 490px;
  height: 50px;
  background-color: #35b9e0;
  position: relative;
  margin-bottom: 20px;
}

#contact .message .container .input-box .input-block .input-item input {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 20px 0 120px;
  font-size: 16px;
  color: #999;
}

#contact .message .container .input-box .input-block textarea {
  display: block;
  line-height: 50px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 20px 0 120px;
  font-size: 16px;
  color: #999;
}

#contact .message .container .input-box .input-block span {
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#contact .message .container .input-box input[type=submit] {
  margin-top: 20px;
  font-size: 16px;
}
</pre></body></html>